home *** CD-ROM | disk | FTP | other *** search
/ More DosGames 2.0 / MORE - Dosgames 2.0 (Software Company)(1994).iso / dosgames / omega / readme4 < prev    next >
Text File  |  1994-09-01  |  2KB  |  51 lines

  1. omega wizard's guide.
  2.  
  3. OMEGA MAINTENANCE
  4. =================
  5.  
  6. There should be little need for the wizard to actively maintain the
  7. game. But.....
  8.  
  9. After years of play, the file omega.log may get unwieldy and overlarge.
  10. This file can simply be truncated as follows. Log records are in
  11. the format:
  12.  
  13. player name (string)
  14. user name (string)
  15. NPC behavior integer.
  16.  
  17. So truncate right after one of the integers. You can edit this file
  18. as you like. You can figure out what the NPC behavior integer means
  19. by reading ofile.c if you really care.
  20.  
  21. You can even remove omega.log completely as long as you replace it
  22. with a null file of the same name. omega.log must be publically
  23. writeable.
  24.  
  25. The file omega.hi is a high score list. This file can't be truncated
  26. or removed, but you can edit it as you feel to be appropriate. The 4
  27. digit numbers are as usual the NPC behavior integers, but the other
  28. numbers below each player name is the experience level of the npc, so
  29. if the NPC's are getting to be too high level, you can just lower the
  30. number.  There is a special integer in the file, just below the first
  31. player name; this is the high score. If this gets ridiculous (someone
  32. cheated?) you can just edit this as well. The two extra integers in
  33. the records of the next two high scorers are alignments; you can
  34. safely reset them to 0. The easy thing to do is make a safety-copy of
  35. the omega.hi that comes with the game, so if anything bizarre happens
  36. you can just use the old one.
  37.  
  38.  
  39. WIZARD MODE
  40. ===========
  41.  
  42. If you are the WIZARD as defined in odefs.h, you can enter wizard mode
  43. by hitting ^g. If you ever set wizard mode, your high score and npc
  44. will not be saved.
  45.  
  46. In wizard mode, ^x gives you a wish. ^w draws the current level, ^k
  47. allows you to set an arbitrary game status bit, meanings of the bits
  48. are given in odefs.h. The possible wishes are listed in oscroll3.txt,
  49. and the code for them is in oeffect1.c
  50.  
  51.